Documentation Index
Fetch the complete documentation index at: https://docs.pioneer.ai/llms.txt
Use this file to discover all available pages before exploring further.
Integrating Pioneer with coding agents
Pioneer supports a growing list of coding agents. Point your agent at Pioneer’s inference endpoint and switch between models using each agent’s native/model command.
Claude Code
- Download and set up Claude Code.
- Navigate to a fresh terminal and point Claude Code to Pioneer by changing the following environmental variables:
- Start Claude Code:
- Switch between Pioneer models with
/modelcommand.
Codex
- Download and set up the Codex CLI.
- Navigate to a fresh terminal and point Codex to Pioneer by pasting the following:
- Codex will automatically start for you.
- Switch between Pioneer models with
/modelcommand.
Cursor
- Download and set up Cursor.
- Once in the Cursor IDE, navigate to Settings → Models → API Keys
- In “Open API Keys”: paste in your Pioneer API Key
- In “Override Open API Base URL”: paste in
https://api.pioneer.ai/v1
OpenCode
- Download and set up the OpenCode CLI.
- Navigate to a fresh terminal and point OpenCode to Pioneer by pasting the following:
- OpenCode will automatically start for you.
- To switch between models, use the
/modelscommand and select a model. You will see older models not supported by Pioneer which, if selected, will not complete your task. If a model is supported by Pioneer, the inference will complete and you will be able to see it in your Pioneer inference logs.